projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764b077
)
(auto-insert-alist): Use user-mail-address.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 21:12:28 +0000
(21:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 21:12:28 +0000
(21:12 +0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index 6e9dae1ce1a82559f61caad72b55fe286fc8b340..21e83da979460be7161af49ff2c923cc45f710c0 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-151,7
+151,7
@@
If this contains a %s, that will be replaced by the matching rule."
;; Author: " (user-full-name)
'(if (search-backward "&" (save-excursion (beginning-of-line 1) (point)) t)
(replace-match (capitalize (user-login-name)) t t))
-'(end-of-line 1) " <" (
user-login-name) ?@ (system-name
) ">
+'(end-of-line 1) " <" (
progn user-mail-address
) ">
;; Keywords: "
'(require 'finder)
;;'(setq v1 (apply 'vector (mapcar 'car finder-known-keywords)))